home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 2 / Assassins 2 - Ultimate Games No. 2 (1995)(Weird Science)[!][Amiga-CD32-CDTV].iso / misc / mechfight / new_game < prev    next >
Text File  |  1988-10-04  |  316b  |  10 lines

  1. echo "NEW GAME"
  2. echo "Copying all necessary files from /EDITOR and deleting Player.save..."
  3. copy /EDITOR/#?.pm /GAME/
  4. copy /EDITOR/#?.it /GAME/
  5. copy /EDITOR/#?.texts /GAME/
  6. copy /EDITOR/#?.texts.l /GAME/
  7. copy /EDITOR/#?.objs /GAME/
  8. delete Player.save
  9. echo "Task done... Double-click on MF-icon to start a new game!"
  10.